home *** CD-ROM | disk | FTP | other *** search
/ Le Grandi Epoche Storiche 1: L'Antico Egitto / Le Grandi Epoche Storiche - Egitto.iso / pc / Flash / Nil.swf / scripts / DefineButton2_355 / BUTTONCONDACTION on(release).as
Text File  |  2001-01-24  |  72b  |  7 lines

  1. on(release){
  2.    tellTarget("/my_music")
  3.    {
  4.       play();
  5.    }
  6. }
  7.